home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Cl… (Business) 1997 November
/
Software of the Month Club - Business Shareware (Volume 243) (November 1997).iso
/
dos
/
Utility
/
IMASTER
/
IMSCANM.BAT
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1997-02-28
|
448 b
|
23 lines
ECHO OFF
IF "%1"=="" goto help
IM /D%1 /VM /NE /b %2 %3 %4
IF ERRORLEVEL 128 GOTO FAILURE
IF ERRORLEVEL 64 GOTO VIRUS
IF NOT ERRORLEVEL 24 GOTO DONE
ECHO IM found a possible problem
GOTO DONE
:Help
ECHO
ECHO The syntax is "IMSCANM A:
ECHO where A: is the drive you wish to scan.
ECHO
GOTO Exit
:Failure
ECHO IM unable to execute
GOTO EXIT
:VIRUS
ECHO IM found signs of a virus
:DONE
ECHO IM asked to scan disk: %1
:EXIT